This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Memory leak on LS agent calling java via LS2J ~Patti Umjipylitflar 15.Jan.04 08:51 AM a Web browser Applications Development 6.5; 6.0.3Windows 2000
Hello Dallas,
thank you for your responce!
>>In your Java source code, make sure that you are cleaning up (ie, setting to null) all global objects.<<
Well, I am doing this...
>>When all global objects have been "cleaned up" call System.runFinalization();
and System.gc();<<